xen/arch/x86/hvm/viridian.c: remove custom_param() error messages
authorJuergen Gross <jgross@suse.com>
Mon, 28 Aug 2017 07:34:00 +0000 (09:34 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 28 Aug 2017 08:53:45 +0000 (10:53 +0200)
commitaa65bc6c279ded827ea64a7eb4651b2e709ee615
treed441e65635dbc0e980cc5a8e57bfb2c3a7b67884
parent7781ff05743276188d8aeff5cc8842c277936213
xen/arch/x86/hvm/viridian.c: remove custom_param() error messages

With _cmdline_parse() now issuing error messages in case of illegal
parameters signalled by parsing functions specified in custom_param()
the message issued by parse_viridian_version() can be removed.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Paul Durrant <paul.durrant@citrix.com>
xen/arch/x86/hvm/viridian.c